Uses of Class
edu.uky.ai.lp.gui.Console
| Package | Description |
|---|---|
| edu.uky.ai.lp.ai |
Contains classes for creating agents who play "Hunt the Wumpus".
|
| edu.uky.ai.lp.gui |
Contains classes for drawing a GUI for "Hunt the Wumpus".
|
-
Uses of Console in edu.uky.ai.lp.ai
Constructors in edu.uky.ai.lp.ai with parameters of type Console Constructor Description HumanAgent(Console console)Creates a new human agent which accepts input via the console. -
Uses of Console in edu.uky.ai.lp.gui